From: Olaf Hering Date: Sat, 2 Apr 2011 14:50:47 +0000 (+0100) Subject: xentrace: remove unneeded debug printk X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=7122101c35b4ab4c8f702811be37796d2450f8ec;p=xen.git xentrace: remove unneeded debug printk The pointer value in case of an allocation failure is rather uninteresting. Signed-off-by: Olaf Hering Acked-by: George Dunlap --- diff --git a/xen/common/trace.c b/xen/common/trace.c index a1452ece45..4225f0413f 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -238,7 +238,6 @@ out_dealloc: { void *rawbuf = per_cpu(t_bufs, cpu); per_cpu(t_bufs, cpu) = NULL; - printk(XENLOG_DEBUG "xentrace: cpu %d p %p\n", cpu, rawbuf); if ( rawbuf ) { ASSERT(!(virt_to_page(rawbuf)->count_info & PGC_allocated));